env: EDE_ALL
# The variables file used by the playbooks in the ci-server group.
# These don't have to be explicitly imported by vars_files: they are autopopulated.

# Optional method of pinning a specific version of Jenkins and/or overriding the
# default Jenkins packaging URL.
jenkins_pkg_url: "http://vaausfpctas801.aac.va.gov/pub/repo/yum/MCCF"
jenkins_update_url: "http://vaausfpctas801.aac.va.gov/pub/repo/jenkins"
jenkins_update_center: ""

#The system hostname; usually localhost works fine. This will be used during setup to communicate with the running Jenkins instance via HTTP requests.
jenkins_hostname: vaausfpctas801.aac.va.gov

#The Jenkins home directory which, amongst others, is being used for storing artifacts, workspaces and plugins. 
#This variable allows you to override the default /var/lib/jenkins location.
jenkins_home: /var/lib/jenkins

#The location at which the jenkins-cli.jar jarfile will be kept. This is used for communicating with Jenkins via the CLI.
jenkins_jar_location: /opt/jenkins-cli.jar

#The HTTP port for Jenkins' web interface.
jenkins_http_port: 8080

#Jenkins plugins to be installed automatically during provisioning 
jenkins_plugins: []

#Used for setting a URL prefix for your Jenkins installation. 
#The option is added as --prefix={{ jenkins_url_prefix }} to the Jenkins initialization java invocation, 
#so you can access the installation at a path like http://www.example.com{{ jenkins_url_prefix }}. 
#Make sure you start the prefix with a / (e.g. /jenkins).
jenkins_url_prefix: ""

#Default admin account credentials which will be created the first time Jenkins is installed.
jenkins_admin_username: jenkins_admin
jenkins_admin_password: "{{ jenkins_admin_password }}"

jenkins_excluded_plugins: 'hipchat.*'

jenkins_default_users:
    dmcallister:
      email: "PII                     "
      perm: [Jenkins.ADMINISTER]
      fullname: "Daniel Mcallister"
    lbenhart:
      email: "PII               "
      perm: [Jenkins.ADMINISTER]
      fullname: "Lee Benhart"
    jenkins_build:
      email: "PII               "
      perm: [Jenkins.READ]
      fullname: "Jenkins Builduser"
    vthompson:
      email: "PII                    "
      perm: [Jenkins.READ]
      fullname: "Vernita Thompson"

jenkins_remove_users:
    - mjenks